Ship v0.2.1 dashboard regression catalog - #2
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 1806b2ba1f
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| path.parent.mkdir(parents=True, exist_ok=True) | ||
| path.write_bytes(content) |
There was a problem hiding this comment.
Remove stale vendor files during write synchronization
When a pinned upstream revision removes or renames an app file, --write only overwrites the newly expected files and returns a valid status, leaving the old file under VENDOR_ROOT. The visual harness later copies that entire app directory, so the stale, unlisted code is still installed despite being absent from the new lock; an immediate --check would also report the just-written tree as drifted. Rebuild the vendor directory or remove paths outside the expected set during write mode.
Useful? React with 👍 / 👎.
No description provided.